Version

BusyAnimation<T> Class

Base class for an animation displayed by the XamBusyIndicator that will be represented by a derived Infragistics.Controls.Interactions.Primitives.BusyAnimationPresenter.
Syntax
'Declaration
 
Public MustInherit Class BusyAnimation(Of T As {New, BusyAnimationPresenter}) 
   Inherits BusyAnimation
public abstract class BusyAnimation<T> : BusyAnimation 
where T: new(), BusyAnimationPresenter
Type Parameters
T
The type of Infragistics.Controls.Interactions.Primitives.BusyAnimationPresenter that will provide the visual representation of the animation.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also